recursive functions meaning in English
递归函数
Examples
- Is a recursive function - it accepts a node set in the
是一个递归函数,它用 - Non - recursive simulation on recursive function
递归函数的非递归模拟 - But walking a tree just by using recursive functions is not all that difficult
但是只用递归函数来遍历树并不十分困难。 - In addition , recursive functions add significant expressive power to the language
此外,递归函数也增强了语言的表达能力。 - This can be especially useful when you are debugging a recursive function , a function that calls itself
在调试递归函数(调用自身的函数)时,这个功能尤其有用。